home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / GAYNOR.DIR / 00119_Script_119 < prev   
Text File  |  1995-03-07  |  235b  |  11 lines

  1. on exitFrame
  2.   if the movietime of sprite 6 < the duration of cast "QT.MOV" then
  3.     go the frame
  4.   else
  5.     global WhichGirlFIle
  6.     cursor 4
  7.     puppetsprite 2,false
  8.     updatestage
  9.     go (WhichGirlFIle & "0")
  10.   end if
  11. end